ScrolledWindow: Replace deprecated (allow-none)
authorDaniel Boles <dboles.src@gmail.com>
Tue, 21 May 2019 19:25:54 +0000 (20:25 +0100)
committerDaniel Boles <dboles.src@gmail.com>
Tue, 21 May 2019 20:21:14 +0000 (21:21 +0100)
commit45a98d6a938eb0e6184af44d44f0bcc1fb5aab96
treef7857802a7b50d50f30903871e652f187c4e8378
parent037454d9049205503aa1d2d48416b6be444c909d
ScrolledWindow: Replace deprecated (allow-none)

We prefer (nullable) for in arguments and (optional) for out arguments
that can be passed as NULL to avoid assigning anything to them.
gtk/gtkscrolledwindow.c